home *** CD-ROM | disk | FTP | other *** search
- function crankstart()
- {
- _root.game.stopsound("s_cranklong");
- _root.game.soundvolume("s_cranklong",50);
- _root.game.playsound("s_cranklong");
- gotoAndStop("pull");
- play();
- }
- function crankdone()
- {
- _root.game.stopsound("s_cranklong");
- gotoAndStop("pullout");
- play();
- }
- function sit()
- {
- gotoAndStop("lunch");
- play();
- }
- function walk()
- {
- gotoAndStop("grab");
- play();
- }
- function crank()
- {
- _root.game.stopsound("s_crank");
- _root.game.soundvolume("s_crank",40);
- _root.game.playsoundfrom("s_crank",0.2);
- gotoAndStop("crank");
- play();
- }
-